home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / fire-man.swf / scripts / frame_547 / PlaceObject2_112_51 / CLIPACTIONRECORD onClipEvent(keyDown).as
Encoding:
Text File  |  2011-10-17  |  120 b   |  7 lines

  1. onClipEvent(keyDown){
  2.    if(Key.isDown(40) || Key.isDown(38))
  3.    {
  4.       Selection.setFocus("_root.btn0");
  5.    }
  6. }
  7.